pluginVersion

@get:Input
@get:Optional
abstract val pluginVersion: Property<String>

The plugin version is displayed in the Plugins settings dialog and on the JetBrains Marketplace plugin page. Plugins uploaded to the JetBrains Marketplace must follow semantic versioning.

The provided value will be set as a value of the <version> element.

Default value: IntelliJPlatformExtension.PluginConfiguration.version

See also